Skip to main content

Get NFT`s by wallet address

GET 

/collectibles/:address

Get NFT`s by wallet address

Request

Path Parameters

    address stringrequired
    Example: {{wallet_address}}

Query Parameters

    apiKey stringrequired
    Example: {{publicKey}}

Responses

OK

Schema
    data object
    account object
    id string
    address string
    collectibles object[]
  • Array [
  • id string
    created string
    tokenId string
    description string
    descriptorUri string
    name string
    imageURL string
    creator object
    id string
    owner object
    id string
    collection object
    collectionName string
    collectionSymbol string
    collectionAddress string
  • ]
Loading...

Was this page helpful?